home *** CD-ROM | disk | FTP | other *** search
/ Lake Powell / Lake Powell.iso / pc / glcmap.dxr / 00083.ls < prev    next >
Encoding:
Text File  |  1998-04-16  |  943 b   |  36 lines

  1. on exitFrame
  2.   if rollOver(42) then
  3.     set the puppet of sprite 42 to 1
  4.     set the castNum of sprite 42 to 1
  5.     set the visible of sprite 46 to 1
  6.     set the visible of sprite 47 to 1
  7.     set the visible of sprite 48 to 1
  8.   else
  9.     set the puppet of sprite 42 to 0
  10.     set the visible of sprite 46 to 0
  11.     set the visible of sprite 47 to 0
  12.     set the visible of sprite 48 to 0
  13.   end if
  14.   if rollOver(41) then
  15.     set the puppet of sprite 41 to 1
  16.     set the castNum of sprite 41 to 6
  17.   else
  18.     set the puppet of sprite 41 to 0
  19.   end if
  20.   if rollOver(43) then
  21.     set the puppet of sprite 43 to 1
  22.     set the castNum of sprite 43 to 21
  23.     set the visible of sprite 44 to 1
  24.   else
  25.     set the visible of sprite 44 to 0
  26.     set the puppet of sprite 43 to 0
  27.   end if
  28.   if rollOver(45) then
  29.     set the puppet of sprite 45 to 1
  30.     set the castNum of sprite 45 to 20
  31.   else
  32.     set the puppet of sprite 45 to 0
  33.   end if
  34.   go(the frame)
  35. end
  36.